import * as React from 'react'; import { Expander, ExpanderItem } from '@aws-amplify/ui-react'; export const DefaultExpanderExample = () => { return ( An ExpanderItem contains all the parts of a collapsible section. The `children` of the ExpanderItem are displayed here. ); };